home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libnss-mdns / README.Debian < prev    next >
Text File  |  2008-04-18  |  1KB  |  31 lines

  1. Packages automagically modifies /etc/nsswitch.conf
  2. --------------------------------------------------
  3.  
  4. Previously the base-files package shipped /etc/nsswitch.conf and specified:
  5.  
  6.     hosts:          files dns mdns
  7.  
  8. However, due to bug#351990, this is no longer the case. /etc/nsswitch.conf
  9. is now generated post-installation. Upon installation of nss-mdns, if the
  10. strings 'mdns', 'mdns_minimal', 'mdns4', 'mdns4_minimal', 'mdns6' or
  11. 'mdns6_minimal' appear on the hosts line, your /etc/nsswitch.conf file
  12. will not be updated, otherwise it will updated to match the upstream
  13. recommended configuration which usually looks like:
  14.  
  15.     hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4
  16.  
  17.  
  18. Sites with a .local DNS zone
  19. ----------------------------
  20.  
  21. Making nss-mdns authoritative for .local breaks resolution on networks
  22. where .local is a real domain name.  To workaround this, avahi-daemon
  23. should be restarted when the DNS settings change (for example via
  24. resolvconf and dhclient hooks) and disable itself when a SOA for the
  25. .local zone is found.  This is not currently implemented at the time of
  26. writing, but should soon be.
  27.  
  28. See also this excellent summary on the upstream website:
  29.     <http://avahi.org/wiki/AvahiAndUnicastDotLocal>
  30.  
  31.